home *** CD-ROM | disk | FTP | other *** search
- Path: news.iconn.net!news
- From: thecrow@iconn.net (The Crow)
- Newsgroups: comp.lang.c++
- Subject: Re: DOS program creation in Borland 4.5...help!
- Date: 10 Jan 1996 04:10:12 GMT
- Organization: I rule the world
- Message-ID: <4cve74$f0n@news.iconn.net>
- References: <4cu3jo$rtg@nntp5.u.washington.edu>
- NNTP-Posting-Host: st-ts00-01.iconn.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.6
-
- In article <4cu3jo$rtg@nntp5.u.washington.edu>, zoroastr@u.washington.eduâ–„
- says...
- >
- >To anyone who has had experience creating DOS executables using Borland
- >C++ 4.5: HELP!!!...seriously, if you can answer this question, i would
- >really appreciate it. if you can send me an answer by e-mail, that would
- >be great, but i'll monitor this group anyway (someone else may benefit
- >from your answer). here's the problem, the steps i take, and the results
- >i get:
- >
- >after writing the program, it compiles error-free and runs in the little
- >window inside the IDE.
- >
- >i then invoke the Target Expert to begin creating the DOS executable.
- >
- >the tagert parameters are set and the file is created after re-compiling.
- >
- >i shell out to DOS and try to run the program.
- >
- >DOS says i have to run the program in Windows.
- >
- >WHY?
- >
- >These are very small (20-line) programs just for testing. all they do is
- >prompt for input and perform simmple math operations. i have tried many
- >different combinations of settings in the Target Expert to try to fix
- >this, but to no avail. can you help?
- >
- >thanks a lot in advance,
- >
- >john cain
- >university of washington
- >
- with BC++ 4.5 I do this.
-
- write the program
- right click on the window, go to TARGET EXPERT, go to APPLICATION .EXE, then
- DOS(STANDARD) the ok. Then I goto DEBUG and then RUN, and it runs it in a
- window. You can then compile under the project window and it will make the EXE
- file.
-
-
- --
- The Crow - thecrow@iconn.net
- "It can't rain all the time"
- -Kryptology
-
-